home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / aval_377 / utility / extract / extract.eng next >
Text File  |  1994-08-18  |  2KB  |  53 lines

  1. ==========================================================================
  2.  EXTRACT V1.xx                                     Last Changes: 18 Aug 94
  3. ==========================================================================
  4.                           (c) Stephan Slabihoud
  5. ==========================================================================
  6.                             S H A R E W A R E
  7. ==========================================================================
  8.  
  9.                 For shareware details refer to AVALON.TXT
  10.  
  11. ==========================================================================
  12.  
  13.     If you have any ideas and bug reports directed at manual and program,
  14.             please send them directly and per crashmail to me!
  15.  
  16.  
  17.  
  18. INTRO:
  19. ======
  20. This  program  allows to convert a nodelist into a smaller  one.  You  can 
  21. define up to 50 regions which are included into the smaller list.
  22.  
  23.  
  24. How to start EXTRACT
  25. ====================
  26.  
  27. EXTRACT <nodelist> <output> [<region1> [<region2> ...]]
  28.  
  29.  <nodelist>  - Nodelist
  30.  
  31.    <output>  - Filename of new (smaller) nodelist
  32.  
  33.    <region>  - Regions that should be included into the smaller nodelist.
  34.                If this parameter is missing a list of all RCs is created.
  35.  
  36.  
  37. EXAMPLE:
  38. ========
  39. Creation of a nodelist with region 24 and 25:
  40.  
  41.   EXTRACT nodelist.007 region.007 24 25
  42.  
  43.  
  44. INTERNA:
  45. ========
  46. The number of point-/nodesystems is unlimited.
  47.  
  48.  
  49. History:
  50. ========
  51.  V1.0 - First official version.
  52.  
  53.